-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Information about the current view #62
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. One thing I would do is to make the This View
the default and make About eede
the thing to get to via a click. Simply because information about the view is more "useful" than about the viewer in general.
js/views/views-dictionary.js
Outdated
description: | ||
"Red relations mean parent relation (from bottom to top), green relations mean daughter relation (from top to bottom).", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we do html in the description for styling?
Can the button for switching of the view information be hidden when the view is not used? I mean whn the user is at the intro modal. |
Also, whoudl it be possible to not have "This view", but the name of the view? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The result looks good to me. It's a bit hard to check with the example file that we have for full CLD simulation because at least for me some of the views take quite long to load. But I see you have already started to investigate in #63
Oh yes, that would be perfect and even better than my "This view" suggestion. |
This looks "good to go" for me :) |
based on #61
BEGINRELEASENOTES
view
section, and learn more.ENDRELEASENOTES
Right now, it is shown simple information about the view. We can explain more about each view, so its more useful.